home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.062 < prev    next >
Text File  |  1996-02-12  |  28KB  |  650 lines

  1. Frequently Asked Questions (FAQS);faqs.062
  2.  
  3.  
  4.  
  5.  
  6. Name: procmail
  7. Author: Stephen R. van den Berg <berg@pool.informatik.rwth-aachen.de>
  8. Latest known version: 2.71
  9. How to get it: (1) Get "procmail" from volume 31 of comp.sources.misc
  10.     archives.  (2) "/pub/unix/procmail.tar.Z" via anonymous ftp from
  11.     ftp.informatik.rwth-aachen.de (possibly more up-to-date).
  12. Implementation language: C
  13. Supported platforms: generic UNIX (or any posix compliant OS)
  14. Comments: This isn't a full-fledged archive server, it's a program to
  15.     parse incoming mail and sort/invoke other programs based on the
  16.     results, but it can be used as a very reliable front end to some
  17.     of the archive servers mentioned here.
  18.     - It includes a utility program called formail, which is
  19.       particularly intelligent in figuring out return addresses and
  20.       generating auto-reply headers.
  21.  
  22.  
  23. Name: qdms
  24. Author: Lars Magnusson <lmn@z.amu.se>
  25. Latest known version: 1.0
  26. How to get it: (1) Get "qdms - a simple mailserver for cramped disks."
  27.     from the alt.sources archives.  (2) Get a (possibly more
  28.     up-to-date) version from mailserver@z.amu.se.
  29. Implementation language: Bourne shell, requires shell functions
  30. Comments: Looks like it has some sort of access control and
  31.     blacklisting.  Don't know what else.
  32.  
  33.  
  34. Name: Relcom
  35. Author: vak@kiae.su (Serge Vakulenko)
  36. Maintainer: vak@kiae.su (Serge Vakulenko)
  37. Latest known version: 1.0
  38. How to get it: Send a message to mailserv@kiae.su with "get
  39.     mailserv.tar.Z" in the body.
  40. Implementation language: C
  41.  
  42.  
  43. Name: RNALIB
  44. Author: Paulo Ventafridda <venta@otello.sublink.org>, Marco Lorenzini
  45.     <marlor@gear.sublink.org>
  46. Latest known version: 2.2 beta-3
  47. Implementation language: bourne shell
  48. How to get it: (1) Get "rnalib2" from volume 15 of comp.sources.misc
  49.     archives.  (2) Get "RNALIB 2.2 beta" and "upgrade to beta-3"
  50.     from alt.sources archive on valhalla.ee.rochester.edu.
  51. Comments:
  52.     - Completely implemented in one bourne shell script plus
  53.       several data files.
  54.     - Allows libraries to be all over the filesystem hiearchy
  55.       (i.e. not in fixed data directory).
  56.     - Understands a variety of packing formats, and detects binary
  57.       file automatically (and uuencodes them).
  58.     - Requires bourne shell with support for functions.
  59.     - Very poor address parsing.
  60.     - No queueing.
  61.     - Has "blacklists" to prevent people from transferring and
  62.       "whitelists" to allow specific people to tell the server to
  63.       deliver to third parties.
  64.     - Detects "hogs" and imposes maximum credit limits.
  65.  
  66.  
  67. Name: Squirrel Mail Server
  68. Version: 3.1
  69. Author: Johan Vromans <jv@mh.nl>
  70. How to get it:  Send a mail message to <mail-server@nluug.nl> with
  71.     contents
  72.  
  73.         begin
  74.         send mail-server
  75.         end
  76.  
  77. Implementation language: perl
  78. Description (from the author):
  79.  
  80.     The Squirrel Mail Server is a mail response program. You can
  81.     send email to it, and it will try to react sensible to your
  82.     message.
  83.  
  84.     Main purpose of the mail server is to obtain files from a
  85.     local archive or FTP server, but other functions can be added
  86.     easily.
  87.  
  88.     The Squirrel Mail Server Software is distributed under the
  89.     terms of the GNU Public Licence.
  90.  
  91.     New and improved features in version 3.1:
  92.  
  93.       - Transparent (anonymous) FTP interface. You can fetch files
  94.         from remote FTP servers. Files retrieved are cached
  95.         locally, so subsequent requests can be honoured from the
  96.         cache.
  97.  
  98.       - Delivery can take place via email or uucp or both.
  99.         Delivery via UUCP can be made preferred.
  100.  
  101.       - FTP requests can be restricted to UUCP delivery.
  102.  
  103.       - Multiple servers can be installed using the same software.
  104.  
  105.     A brief survey of old and new features:
  106.  
  107.       - All written in perl, hence portable and easily
  108.         maintainable.  Code is readable; useful, plentiful
  109.         comments. Very extentable and easily modified.
  110.       - Easy to install.
  111.       - Good at letting person making request know what happened.
  112.         Good "help" reply.
  113.       - Archives can be split over a number of directories or file
  114.         systems.
  115.       - Requests are queued and processed by a separate daemon
  116.         process (e.g. from cron). This cuts down on the system
  117.         load. Moreover, you can control when the queue is being
  118.         run.
  119.       - Requests can be honoured `as is' (name the file and you'll
  120.         get it), but the server can also perform directory
  121.         searches and index file lookup.  You need GNU find and
  122.         locate for the index lookup feature.
  123.       - While looking for files, the server knows about commonly
  124.         handled filenames (e.g. ".tar.Z" in "foo.tar.Z") and
  125.         pseudo-standard version numbering (e.g. "gcc-2.1.tar.Z").
  126.         It is quite well possible that a simple request for
  127.         "emacs" will actually transmit the file
  128.         "gnu/emacs-18.58/dist/emacs-18.58.tar.Z".
  129.       - Requests can be encoded using a number of encoding
  130.         schemes, e.g.  uuencode, xxencode, Dumas' uue and btoa.
  131.       - Requests that are too large to send in one piece are
  132.         automatically split and transferred in parts. The server
  133.         provides a smart unpacking program on request,
  134.       - Parts of requests can be re-transmitted in case of
  135.         failure.
  136.       - Requests can designate a directory. In this case the whole
  137.         directory tree is packed using some popular packing
  138.         programs (compressed tar, zoo or zip).
  139.       - Requests can be sent by email, or via uucp.
  140.       - The server can be asked to return a list of archive
  141.         entries that match a given request, thus obsoleting the
  142.         need to transfer huge "ls-lR" type index files to find out
  143.         whatsitcalled.
  144.       - All transfers can be logged. Maintenance procedures
  145.         include a reporting tool.
  146.       - Transparent anonymous FTP interface.  Files retrieved via
  147.         FTP can be stored locally, so subsequent requests can be
  148.         granted without new transfers.
  149.  
  150.     Probable future directions:
  151.  
  152.       - Automatic (and transparent) downloading of unknown archive
  153.         entries from other archive servers.
  154.       - Archive lookup by keyword.
  155.       - Notifier services (you'll be notified if archive entries
  156.         are added).
  157.       - Remote maintenance of the archives.
  158.  
  159.     Requirements:
  160.  
  161.       - Perl 4.0 patchlevel 35 or later.
  162.         NOTE that perl 4.0 pl35 contains a bug that can be fixed
  163.         by a patch obtainable from the NLUUG mail server -- see
  164.         below.
  165.       - GNU find 3.5 or later (only if you want to exploit the
  166.         index features).
  167.       - A decent mail system that can deliver mail to a process
  168.         (sendmail, smail3, or smail2.5 w/ mods).
  169.  
  170.     =====================
  171.     Some unofficial Patches to perl 4.0 patchlevel 35 can be
  172.     obtained from the NLUUG mail server by sending a mail to
  173.     <mail-server@nluug.nl> with contents:
  174.         begin
  175.         send XPatch-4.035.tar.Z
  176.         end
  177.  
  178.  
  179. ------------------------------------------------------------------
  180.  
  181.  
  182.               Archive Site Instructions
  183.               -------------------------
  184.  
  185. CLARKSON: Send mail to "archive-server@sun.soe.clarkson.edu" with
  186.     "send <what you want>" as the text of the message, e.g. "send
  187.     archive-server".  If you want it to be archived as a shar
  188.     file, then add a line saying "archiver shar" before the "send"
  189.     line.  You can also use "archiver tar".  If you don't specify
  190.     an archiver, then the files in the request will be separated
  191.     by "--- cut here ---" lines and you'll have to extract them by
  192.     hand or write some sort of script to do it.
  193.  
  194. JASON-ARCHIVE: Send mail to "penneyj@slc.com" with a subject line
  195.     containing the string "jason-archive-request" and a body
  196.     containing "send <what you want>", e.g. "send misc/kiss.shar".
  197.     If you want multiple files, you can specify multiple requests
  198.     on separate lines of the file.
  199.  
  200. NETLIB: Send mail to "netlib@research.att.com" with "send
  201.     <what you want>", e.g. "send netlib from misc", as the text of
  202.     the message.
  203.  
  204. pit-manager: Ftp to pit-manager.mit.edu [18.172.1.27] and look in
  205.     /pub/mail-servers, or send mail to
  206.     "mail-server@pit-manager.mit.edu" with "send
  207.     mail-servers/file", e.g. "send mail-servers/b-server.shar", in
  208.     the subject or body of the message.
  209.  
  210. UTRECHT: Anonymous ftp to ftp.cs.ruu.nl and look in the directory
  211.     /pub, or send mail to "mail-server@cs.ruu.nl" with the lines:
  212.  
  213.     begin
  214.     send <filename>
  215.     end
  216.  
  217.     You replace "<filename>" with the file you want to retrieve,
  218.     e.g. "send UNIX/mailserver.tar.Z".
  219.  
  220. --
  221. Jonathan Kamens                                         jik@MIT.Edu
  222. Aktis, Inc.                                 Moderator, news.answers
  223. Xref: bloom-picayune.mit.edu rec.org.mensa:6922 news.answers:3223
  224. Path: bloom-picayune.mit.edu!mintaka.lcs.mit.edu!olivea!spool.mu.edu!agate!linus!alliant!merk!miracle!phil
  225. From: phil@miracle.com (Phil Hill)
  226. Newsgroups: rec.org.mensa,news.answers
  227. Subject: Mensa - Answers to Frequently Asked Questions [monthly]
  228. Summary: This posting contains a list of Frequently Asked
  229.          Questions (and their answers) about Mensa.  It
  230.          should be read by anyone who wishes to post to the
  231.          rec.org.mensa newsgroup.
  232. Message-ID: <92faq09@miracle.com>
  233. Date: 29 Sep 92 00:16:52 GMT
  234. Expires: 1 Nov 1992 00:00:00 GMT
  235. Followup-To: rec.org.mensa
  236. Organization: Boston Mensa
  237. Lines: 1026
  238. Approved: news-answers@MIT.edu
  239.  
  240. Archive-name: mensa-faq
  241. Version: 1.1
  242.  
  243. This is the answers to  frequently  asked  questions  in  rec.org.mensa.
  244. Before  posting a message asking a question, read this article.  Chances
  245. are the answer is in here.
  246.  
  247. This article includes answers to:
  248.  
  249.  1) Who is Mensa For?
  250.  2) Why Should I Join Mensa?
  251.  3) What are Members of Mensa Like?
  252.  4) What are the Qualifications for Mensa?
  253.  5) How do I apply for Membership in Mensa?
  254.  6) How do I Re-Join Mensa?
  255.  7) What are Mensa's Dues?
  256.  8) What does "Mensa" mean?
  257.  9) Where do I get more Information?
  258. 10) What other High-IQ Societies are there?
  259. 11) What famous people are in Mensa?
  260. 12) What is the Mensa Test Like?
  261. 13) What unanswered questions does Phil Hill have?
  262.  
  263. The answers in this posting apply mostly to American Mensa.  It  is  the
  264. only  organization  I  have  experience  with.   If you can answer these
  265. questions for any other national Mensa, please send me your responses.
  266.  
  267. Corrections, suggestions, and additions to phil@miracle.com
  268.  
  269. ========================================================================
  270.  
  271. 1) Who is Mensa For?
  272.  
  273. Mensa is for those who rejoice in the exercise  of  the  mind.   If  you
  274. enjoy mental challenges and revel in the interplay of ideas, Mensa is an
  275. organization that will stretch  your  mind  and  expand  your  horizons.
  276. Mensa  is  an international society that has one - and only one - unique
  277. qualification for membership:  you must score  in  the  top  2%  of  the
  278. population on a standardized IQ test.
  279.  
  280. ------------------------------------------------------------------------
  281.  
  282. 2) Why Should I Join Mensa?
  283.  
  284. There are many intelligent reasons to join Mensa.  Whether you  actively
  285. attend  Mensa  meetings,  or  simply relish the intellectual stimulation
  286. that membership promotes, you'll find the benefits of  Mensa  membership
  287. to be numerous indeed.
  288.  
  289. * JOIN FOR THE INTELLECTUAL STIMULATION.
  290.   Think-two-three, think-two-three!  Mensa provides intriguing  ways  to
  291.   flex  your  mental muscles.  You'll find intellectual resources in the
  292.   Mensa Bulletin, in local newsletters, in Special Interest Group  (SIG)
  293.   newsletters, and at our annual and regional conventions.
  294.  
  295. * JOIN FOR THE SOCIAL INTERACTION.
  296.   Mensa meetings are anything but dull!   Local  groups  meet  at  least
  297.   monthly...   for  dinner  and  drinks on a Friday night, get-togethers
  298.   featuring a speaker, or a lively, free-wheeling discussion.  All  with
  299.   fellow members who share your intellectual interests.
  300.  
  301.   Some groups have special get-togethers or  activities  throughout  the
  302.   month.    Others,   especially  the  larger  groups,  have  events  on
  303.   practically every  day.   Of  course,  participation  in  local  group
  304.   activities is always entirely at your option.
  305.  
  306.   There's also a widely attended annual convention  offering  workshops,
  307.   seminars,  and  parties.   Plus,  some 50 regional gatherings are held
  308.   around  the  country  each  year,  offering  social  and  intellectual
  309.   excitement.
  310.  
  311. * JOIN FOR YOUR SPECIAL INTERESTS.
  312.   Whatever your passion, there's almost certain to be a Special Interest
  313.   Group  (SIG)  filled  with  other  Mensans who share it!  Mensa offers
  314.   approximately  200  SIGs,  in  mind-boggling  profusion  from  African
  315.   Violets  to  zoology.   Along  the  way  you'll find microbiology, and
  316.   systems analysis, but you'll also find Sherlock Holmes, chocolate  and
  317.   Star  Trek.   There's  the  expected:   biochemistry,  space  science,
  318.   economics -- and the unexpected:  poker, roller skating scuba  diving,
  319.   UFOs  and  witchcraft.   There  are  SIGs for breadmaking, winemaking,
  320.   cartooning, silversmithing, and  clowning.   Heraldry,  semantics  and
  321.   Egyptology  co-exist  with  beekeeping,  motorcycling and tap dancing.
  322.   Sports SIGs cover the classics (baseball,  basketball,  football)  and
  323.   the  not-so-classic  (skeetshooting,  hangliding, skydiving).  And any
  324.   Mensan who can't find a SIG to join can easily start one.
  325.  
  326. * JOIN FOR THE PUBLICATIONS YOU'LL GET.
  327.   Ten  times  a  year,  you'll  receive  our  interesting  and  thought-
  328.   provoking   magazine,   the   Mensa  Bulletin.   It  incorporates  the
  329.   "International Journal,"  and  both  publications  contain  views  and
  330.   information about Mensa, as well as contributions by Mensans on a wide
  331.   variety of subjects.
  332.  
  333.   Also, you'll get lively local newsletters informing members  of  local
  334.   activities  and  events, and other items of interest and announcements
  335.   of special interest.
  336.  
  337.   "Interloc" (also published ten times yearly) is free to  officers--and
  338.   for  other active members on request.  It contains news an information
  339.   about various society administrative and internal matters.
  340.  
  341.   The "Mensa Research Journal," published quarterly by MERF, reports  on
  342.   Mensa-supported  research.   It  also  publishes  original articles in
  343.   diverse fields of interest, and is available for a small  subscription
  344.   fee.
  345.  
  346.   "Isolated M" is a popular and informative  newsletter  sent  to  those
  347.   members  who  are  geographically  or  otherwise isolated from a local
  348.   group.  It, too, is available at nominal cost to any other member.
  349.  
  350.   The Mensa "Register,"  published  every  other  year,  lists  all  the
  351.   members and includes such information as geographic location, areas of
  352.   expertise and/or interest and other professional and personal data.
  353.  
  354.   In addition, Mensa books, gifts and other materials are  available  to
  355.   members.
  356.  
  357.  
  358. * JOIN FOR THE EXCLUSIVE BENEFITS.
  359.   Mensa sponsors a  members-only  credit  card  and  insurance  program.
  360.   There's also a program that aids traveling Mensans.
  361.  
  362. * JOIN FOR THE GOOD OF YOUR COMMUNITY.
  363.   Mensa members also find opportunities to contribute to the  betterment
  364.   of society through programs such as:
  365.  
  366.   * The American Mensa Education and Research Foundation (MERF)
  367.     MERF is a philanthropic, nonprofit, tax-exempt  organization  funded
  368.     primarily  by  gifts  from  Mensa  members  and others.  MERF awards
  369.     scholarships,  sponsors  colloquia,  grants  research  awards,   and
  370.     publishes  articles.  Of particular interest to MERF is the study of
  371.     the intellectually gifted.  Research  projects  in  the  social  and
  372.     psychological sciences supported by MERF have included:  measurement
  373.     of the  upper  levels  of  intelligence,  psycho-social  adjustment,
  374.     identification  of  cultural differences, educational strategies and
  375.     neurophysiological attributes of giftedness,  and  intelligence  and
  376.     aging.
  377.  
  378.     Scholarships are awarded to  approximately  60  students  nationwide
  379.     each  year.   More than 5,000 students apply for these awards, which
  380.     range from $200 to $1,000.  Awards are made to  applicants  enrolled
  381.     in  degree-granting  programs  at  accredited  American colleges and
  382.     universities based on a competitive essay.  There  are  also  awards
  383.     made  from  several  endowed  funds,  including  awards to women who
  384.     re-enter academic study after  a  period  of  employment  or  family
  385.     management,  and  awards  for the study of engineering, mathematics,
  386.     medicine, the physical sciences, and history.
  387.  
  388.     MERF  also  sponsors  weekend-long  meetings  on   serious   issues.
  389.     Authorities are invited to speak and discussion follows.  Themes for
  390.     past meetings (Colloquia) have included "Science and  Society:   Our
  391.     Critical Challenges," "The Impact of the Arts on Civilization," "The
  392.     Gifted in Society," and "Forecasting a Valid Tomorrow."
  393.  
  394.   * The Gifted Children Resource Program.
  395.     Which compiles and provides information for gifted children  at  the
  396.     national and local levels.
  397.  
  398.   * Mensa groups also get involved in many volunteer  activities  within
  399.     their communities.
  400.  
  401. ------------------------------------------------------------------------
  402.  
  403. 3) What kind of people are Members of Mensa?
  404.  
  405. Mensa:  We Think, Therefore We Are.  Mensans are the kind of people  you
  406. meet  every  day ...  except that they enjoy using their minds more than
  407. most.  And they have IQ scores that would impress their neighbors!
  408.  
  409. Today there are some 100,000 Mensans in  100  countries  throughout  the
  410. world.   There are active Mensa organizations in 18 countries in Europe,
  411. North America and around the Pacific Rim.   American  Mensa,  Ltd.   has
  412. some  150  local  chapters  with  more  than 50,000 members.  Founded at
  413. Oxford University in 1946, Mensa has three stated purposes:  to identify
  414. and  foster human intelligence for the benefit of humanity, to encourage
  415. research in the nature, characteristics and uses of intelligence, and to
  416. promote  stimulating  intellectual  and  social  opportunities  for  its
  417. members.
  418.  
  419. There is simply no one prevailing characteristic of Mensa members  other
  420. than  high  IQ.   There  are  Mensans  for who Mensa provides a sense of
  421. family and others for who it is casual.  There have been many  marriages
  422. made  in  Mensa  but  for  many  people,  it  is  simply  a  stimulating
  423. opportunity for the mind.  Almost certainty most  Mensans  have  a  good
  424. sense  of humor and they like to talk.  And, usually, they have a lot to
  425. say.
  426.  
  427. Mensans range in age from 4 to 94, but most are between 20 and  49.   In
  428. education they range from preschoolers to high school dropouts to people
  429. with multiple doctorates.  There are Mensans on welfare and Mensans  who
  430. are  millionaires.   As  far  as  occupations,  the range is staggering.
  431. Mensa has professors and truck  drivers,  scientists  and  firefighters,
  432. computer  programmers  and farmers, artists, military people, musicians,
  433. laborers, police officers, glassblowers - you name it.  There are famous
  434. Mensans  and prize-winning Mensans, but there are many, many whose names
  435. you wouldn't know.
  436.  
  437. * MENSA DEMOGRAPHICS (USA)
  438.  
  439.   64.4% male, 35.4% female (0.2% won't say)
  440.  
  441.   54% between 30-49 years of age, 14% under 29, 0.32% over 80
  442.  
  443.   31.2% in first marriage, 29.82% never married, 13.32% divorced once,
  444.   9.53% in second marriage after a divorce
  445.  
  446.   Just over half have no children, 12.4% have one child, 18.66% have 2,
  447.   9.95% have 3, 4.37% have 4, 1.29% have 9+
  448.  
  449.   about 30% earn $20-40,000, 10% earn $50-75,000, 9% earn $40-50,000
  450.   and about 0.5% earn more than $250,000.
  451.  
  452.   17.93% Master's degree or equivalent, 17.56% four year graduates,
  453.   one in 11 are Ph.D.s.
  454.  
  455.   41% work in private industry, 13% in government, 13% self employed.
  456.  
  457.   88% European ancestry.
  458.  
  459.   49% Christian, 3% Unitarian, 9% Jewish, 7% agnostic, 3.6% atheist,
  460.   9% no religion
  461.  
  462.   14% only children, 19+% older of two, 12.5% younger of two,
  463.   11.5% oldest of three, 6.8% middle of three, 5.8% youngest of three,
  464.   9.7% oldest of more than three, 10.8% middle of four or more,
  465.   4.4% youngest of four or more
  466.  
  467.   Computer related occupations 10%, 3.75% own their own business,
  468.   Electrical Engineers are 2.6%, 7.5% are in education, 3% lawyers,
  469.   0.11% judges, 0.02% are in astronomy.
  470.  
  471. * WORLDWIDE NUMBER OF MEMBERS
  472.  
  473.   Country                 Members
  474.  
  475.   USA                       50483  New Zealand                 327
  476.   UK+Ireland                35608  Denmark                     295
  477.   Canada                     2546  Austria                     287
  478.   Malaysia                   2181  Channel Islands             257
  479.   Germany                    1204  Spain                       251
  480.   Finland                    1107  Singapore                   245
  481.   Yugoslavia                 1100  India                       200
  482.   Australia                   961  Sweden                      146
  483.   Netherlands                 922  Belgium                     117
  484.   Czechoslovakia              715  Japan                       101
  485.   France                      708  Switzerland                 101
  486.   Poland                      700  Hong Kong                   100
  487.   Italy                       400  OTHER                       320
  488.   South Africa                395
  489.   ----------------------------------------------------------------
  490.   Total Worldwide Membership                                101813
  491.  
  492.  
  493. -------------------------------------------------------------------------
  494.  
  495. 4) Do I Qualify for Membership in Mensa?
  496.  
  497. * QUALIFICATION BY PROVIDING PRIOR EVIDENCE.
  498.  
  499.   Applicants must supply evidence of intelligence test scores in the top
  500.   2%  of  the population, or arrange to have it sent.  All documentation
  501.   will be returned.  Notarized photostatic copies of original  documents
  502.   are usually acceptable.
  503.  
  504.   A list of qualifying scores for  several  of  the  major  intelligence
  505.   tests is given below:
  506.  
  507.   * QUALIFYING TEST SCORES#
  508.     -----------------------
  509.     California Test of Mental Maturity                     IQ 132
  510.     (California) Test of Cognitive Skills                  IQ 132
  511.     Cattell                                                IQ 148
  512.     Stanford Binet, Form L-M                               IQ 132
  513.     Wechler Adult and Children Scales
  514.      (WAIS and WAIS-R, WISC and WISC-R)                    IQ 130
  515.     Otis-Lennon Tests                                      IQ 132
  516.     Otis-Gamma Test                                        IQ 131
  517.     SAT or CEEB (Verbal and Math combined)  prior to 9/77    1300
  518.                                            effective 9/77    1250
  519.     GRE (Verbal and Math combined)                           1250
  520.     LSAT                                    prior to 1982     662
  521.                                            effective 1982      39
  522.     ACT Composite                                              29
  523.     Miller Analogies Test - raw score                          66
  524.     MCAT or GMAT (overall)                                    95%
  525.     Army GCT                               prior to 10/80     136
  526.     Navy GCT                               prior to 10/80      68
  527.  
  528.     Many other intelligence  tests  may  also  be  accepted  subject  to
  529.     individual  appraisal  of  the  documentation by Mensa's Supervisory
  530.     Psychologists, e.g.: Henmon-Nelson,  NY  State  Regents  Scholarship
  531.     Test(Aptitude  section  only),  Cattell  Culture  Fair,  SRA Primary
  532.     Mental Abilities.
  533.  
  534.     # Note: The  term  "IQ  score"  is  used  as  a  convenient,  easily
  535.             understood  reference.   Candidates  for membership in Mensa
  536.             must achieve a score at or above the 98th  percentile  on  a
  537.             standard  test  of intelligence.  The "IQ Score" varies from
  538.             test to test, as shown by the list above.
  539.  
  540.             Mensa reserves the right to alter or change these  norms  as
  541.             the  tests  shown are renormed or restandardized.  All prior
  542.             evidence submitted to Mensa will be  appraised  individually
  543.             and Mensa reserves the right to make the final determination
  544.             about the acceptability of any test.
  545.  
  546.   * TO OBTAIN PRIOR EVIDENCE:
  547.  
  548.     * I.Q. TESTS GIVEN IN ELEMENTARY OR HIGH SCHOOLS.
  549.       Write to the school you attended, and ask for a CERTIFIED copy  of
  550.       your  score.   It must include your birth date, the grade in which
  551.       you took the test, the name of the test,  and  a  clearly  defined
  552.       number,  i.e.,  IQ, or percentile rank nationally.  Mensa does not
  553.       accept achievement tests.  School seal must be stamped.
  554.  
  555.     * ARMY, NAVY, AIR FORCE, OR MARINE SCORES
  556.       A certified copy of your records, which you may have,  or  a  copy
  557.       from  Demobilized Records Branch, St. Louis, MO.  Unfortunately, a
  558.       fire there destroyed many records some years ago.
  559.  
  560.       * MEMO ON MILITARY SCORES
  561.         The only scores that Mensa can accept are:  the AGCT scores from
  562.         the  Army  - before the use of the ASVAB, and the GT scores from
  563.         the Navy - also prior to the use of the ASVAB.  The new military
  564.         tests  are  vocational  aptitude  tests and are not suitable for
  565.         Mensa admission.  Mensa has been asked specifically not  to  use
  566.         them  for  this purpose.  This is unfortunate, but communication
  567.         with the government agency that makes  up  and  distributes  the
  568.         tests  (ASVAB)  indicates  clearly  that they are unsuitable for
  569.         Mensa purposes.
  570.  
  571.     * SAT and GRE
  572.       Educational Testing Service, Princeton, NJ 08541.  They will  send
  573.       you your score, but call (609) 921-9000 for the latest information
  574.       on how to get such scores.  The price for  the  service,  and  the
  575.       details of whether you must write or phone can vary.
  576.  
  577.     * ACT:  American College Testing Program.
  578.       Mensa will take scores for tests administered before the  date  of
  579.       Oct.   1989.   ACT  states it is now content oriented.  As of that
  580.       date, the test is no longer acceptable,  as  the  content  changed
  581.       from  aptitude  to  subject  mastery, which Mensa does not accept.
  582.       Address:  P.O.  Box 163, Iowa City, Iowa 52243.
  583.  
  584.     * MEDICAL, DENTAL, LAW and OTHER PROFESSIONAL SCHOOLS.
  585.       These tests are administered by the many professional associations
  586.       that  require them for admission to their program.  Write directly
  587.       to the association.
  588.  
  589.     * INDIVIDUAL TESTING DONE BY A PSYCHOLOGIST, OR AGENCY.
  590.       The report must be sent to Mensa on professional letterhead,  with
  591.       the  psychologist's  or  agency's  license or registration number.
  592.       Mensa accepts only tests given by those  people  qualified  to  do
  593.       testing  privately  in  the  state  in which the examiner resides.
  594.       Date of test, name of test, and full score must be given, and  the
  595.       report must be signed.
  596.  
  597.     * MILLER ANALOGIES TEST (MAT)
  598.       Psychological Corp., 555 Academic Ct., San Antonio, TX 78204  Call
  599.       (512) 299-1061 for latest advice.
  600.  
  601. * QUALIFICATION THROUGH MENSA TESTING
  602.  
  603. If you're not sure whether you're Mensa material,  simply  complete  the
  604. application below, and return it with your check or money order for $12.
  605. Mensa will send you a pretest you can take in the privacy of your  home.
  606. When  you've finished it, send it back to Mensa.  It will be scored, and
  607. you will be notified of the results.  If your score indicates an  IQ  at
  608. or  above  the 95th percentile, you'll be invited to take the qualifying
  609. supervised test#, which  costs  $25.   (Although  the  pre-test  is  not
  610. required  for  admission,  many  people  take  it  anyway simply for the
  611. challenge.)
  612.  
  613. If you prefer, you may apply directly to take the supervised test at one
  614. of  many  locations convenient to you.  If your score on that test is at
  615. or above the 98th percentile, you'll be offered membership in Mensa.
  616.  
  617. # Note: Mensa's tests are not valid for people under the age of 14; they
  618.         can   qualify  for  membership  via  prior  evidence,  described
  619.         earlier.
  620.  
  621. ------------------------------------------------------------------------
  622.  
  623. 5) How do I apply for Membership in Mensa?
  624.  
  625. cut here--------------------------------------------------------cut here
  626.  
  627.                            APPLICATION FORM
  628.  
  629. Mail to:
  630. American Mensa, Ltd.
  631. Dept. Usenet
  632. 2626 East 14th Street
  633. Brooklyn, NY 11235-3992
  634. (718) 934-3700
  635. (800) 66-MENSA
  636.  
  637. Name _______________________________________ Date of birth _____________
  638.  
  639. Address ________________________________________________________________
  640.  
  641. City _______________________________  State ______________ Zip _________
  642.  
  643. Home phone (____) _______________
  644.  
  645. Work phone (____) _______________
  646.  
  647. [ ] Please send me the at-home pre-test.  I understand that if  I  score
  648.     in  the  top  5%,  I  will  be  invited to take the supervised test.
  649.     Enclosed is U.S.  $12 (check or money order) for the pretest.
  650.